report_successive_error_test_failures Subroutine

public subroutine report_successive_error_test_failures(err, fcn, n)

Reports an error condition resulting from an integrator failing multiple successive error tests.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.

integer(kind=int32), intent(in) :: n

The number of failed error tests.


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg